git-iconv-Fix-matching-of-multi-character-transliteratio
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 23 Nov 2024 13:57:03 +0000 (14:57 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sat, 23 Nov 2024 13:57:03 +0000 (14:57 +0100)
commit31b19a97f3908b4e07723f9139048f3cea6b7568
treef7b08f59cfc3e990600a792fd85dae6d05d9586e
parentcc8ba4faf73c61494e2d44342a0d131f244c4b38
git-iconv-Fix-matching-of-multi-character-transliteratio

commit badbc82b4f003df0d081ebfb4c05c8b79fdf3e95
Author: Andreas Schwab <schwab@suse.de>
Date:   Mon Jun 10 12:19:17 2024 +0200

    iconv: Fix matching of multi-character transliterations (bug 31859)

    Only return __GCONV_INCOMPLETE_INPUT for a partial match when the end of
    the input buffer is reached.  Otherwise it is a non-match, and other
    patterns should be tried.

Gbp-Pq: Topic any
Gbp-Pq: Name git-iconv-Fix-matching-of-multi-character-transliteratio.patch
iconv/Makefile
iconv/gconv_trans.c
iconv/tst-translit-locale [new file with mode: 0644]
iconv/tst-translit-mchar.c [new file with mode: 0644]
iconv/tst-translit-mchar.sh [new file with mode: 0644]